func github.com/andybalholm/brotli.buildAndStoreCommandPrefixCode

2 uses

	github.com/andybalholm/brotli (current package)
		compress_fragment_two_pass.go#L47: func buildAndStoreCommandPrefixCode(histogram []uint32, depth []byte, bits []uint16, storage_ix *uint, storage []byte) {
		compress_fragment_two_pass.go#L648: 	buildAndStoreCommandPrefixCode(cmd_histo[:], cmd_depths[:], cmd_bits[:], storage_ix, storage)